1( import ( chezscheme ) ) 2 3 4 ( define ( bigger a b ) 5 ( if ( > a b ) 6 a 7 b 8 ) 9 ) 10 11 ( define ( small
I'm new to Java. In C I would use: scanf("%3i") to read in only 3 digits even if the user inputs 20 digits at the terminal. I did not find how to do this with s
I have a NET 5.0 console application, from which I am trying to compile and execute external code BUT also be able to update the code, unload the previously cre
Is there a way to leave the terminal from the keyboard? In an html page, I'm used to CTRL+L to type an URL, but the only result is a clearing of the console. I'
I am on the blaze plan and building a chat functionality in my app using Firebase realtime database. I have 3 databases for now : Main instance that contains sh
I need a chart library for react.js to use in PWA Mobile, therefore library need specifications: light , small and fast first load display financial data (candl
I am getting the following exception. I have given full control to Asp.net account on Eventlogs in Registry edit. [SecurityException: The source was not found,
I've got this: array_to_fill_down = [a, b, c, cat, 15, blue] rows = 3 What I want is this: array_output [ {a, b, c, cat, 15, blue}, {a, b, c, cat, 15, blue}, {
I'm looking to embed and load dll files into my class library so that it can be contained in one dll. I have a Class Library called Wraper. I'm using a Console